home *** CD-ROM | disk | FTP | other *** search
- /* funcs.h */
- #ifdef FUNCS
-
- int OKXonXoff,
- VisBell;
-
- int phystab = 4;
- int RMargin = RMARGIN;
- int MakeAll = 0; /* Not make -k */
- int ScrollStep = 0; /* Full scrolling */
- int WtOnMk = 1; /* Write the modified files when we make */
- int UseBuffers = 0; /* Don't create buffers by default. It may
- be useful sometimes to making listings */
- int EndWNewline = 1; /* End files with a blank line */
- int stackp = 0;
-
-
- struct function functions[NFUNCS], /* Wired functions */
- macros[NMACROS], /* Macros */
- variables[NVARS]; /* Variables */
-
- FMACRO *macstack[NMACROS];
- FMACRO KeyMacro; /* Macro used for defining */
-
-
- #endif
-
- /* end */